gh-151845: Fix formatfloat() return-value contract in unicode_format.c#151846
Conversation
|
Does it need to be backported? |
|
This change doesn’t affect Python’s behavior because the caller already handles it. However, I think it would still be better to backport it to avoid potential future conflicts, as long as the backport is conflict-free. |
|
Sorry, @aisk and @sobolevn, I could not cleanly backport this to |
|
GH-151865 is a backport of this pull request to the 3.15 branch. |
|
Sorry, @aisk and @sobolevn, I could not cleanly backport this to |
|
Hi, since backporting this to 3.13 and 3.14 causes conflicts, I think we should just leave it as is. |
|
@aisk feel free to remove the labels if a backport is unsuitable/not worth it. |
TIL, thanks! |
As mentioned in the issue, this don't affected to callers and users, so /skip-news and don't requires a test.